projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
394fc3f
)
typo fix
author
Tom Tromey
<tom@tromey.com>
Sat, 4 Feb 2017 20:22:39 +0000
(13:22 -0700)
committer
Tom Tromey
<tom@tromey.com>
Sat, 4 Feb 2017 20:22:39 +0000
(13:22 -0700)
(css--colon-inside-selector-p): Fix typo in docstring.
lisp/textmodes/css-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/css-mode.el
b/lisp/textmodes/css-mode.el
index 65a599d6d43cfd73e0e33464d689ebc82759878f..0c7d76f792477592743926be744a70aeab6a53a5 100644
(file)
--- a/
lisp/textmodes/css-mode.el
+++ b/
lisp/textmodes/css-mode.el
@@
-755,7
+755,7
@@
cannot be completed sensibly: `custom-ident',
"Return t if point looks to be inside a CSS selector.
This function is intended to be good enough to help SMIE during
tokenization, but should not be regarded as a reliable function
-for determining wheter point is within a selector."
+for determining whet
h
er point is within a selector."
(save-excursion
(re-search-forward "[{};)]" nil t)
(eq (char-before) ?\{)))